home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Utilities / Fastback+ v3.0.1 / Sample Macros / Full Macro < prev    next >
Encoding:
Text File  |  1991-12-16  |  277 b   |  10 lines  |  [TEXT/FSBK]

  1. LongMenus;
  2. BackupWindow;
  3. MacroErrorAction(Continue);
  4. BackupFilesWindow;
  5. CloseWindow(0);
  6. Message("You are about to perform a Full Backup. Have your diskettes ready.");
  7. StartBackup;
  8. Message("Your backup is finished. Click OK and the Fastback Plus application will quit.");
  9. Quit;
  10.